home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Advisor 2007 June
/
PC Advisor 2007 June.iso
/
GTours
/
Solar Eclipse.gt5
< prev
next >
Wrap
Text File
|
2003-08-15
|
2KB
|
83 lines
OpenWorkspace "Sun_ecl1.ws5"
set pl =PlayerWindow
'pl.top=500
'pl.left=0
pl.top=Screen.height-150
pl.left=Screen.width-200
Set wnd1 = getWindow(1)
Set Camera1 = wnd1.camera
Set theTime1 = camera1.time
Set Direction1 = camera1.Direction
Set Location1 = camera1.Location
Set wnd2 = getWindow(2)
Set Camera2 = wnd2.camera
Set theTime2 = camera2.time
Set Direction2 = camera2.Direction
Set Location2 = camera2.Location
'---- end standard prologue'
set txt1 = CreateTextWindow
txt1.Loadfile "Sun_ecl_w1.html"
txt1.SetCaption " "
txt1.Locate Screen.width/2-220,0,450,100
set Mw =MainWindow
Mw.State = SW_MAXIMIZE
Tilewindows 1
settimemark
theTime1.mode = 1
theTime1.JDstr = "2451401.83333"
theTime1.Units = 3
theTime2.mode = 1
theTime2.JDstr = "2451401.83333"
theTime2.Units = 3
theTime1.step = 5.00000000000000E+000
theTime2.step = 5.00000000000000E+000
txt1.Show
waitfortime 11000
txt1.Close
set txt2 = CreateTextWindow
txt2.Loadfile "Sun_ecl_w2.html"
txt2.SetCaption " "
txt2.Locate Screen.width/2,0,400,100
txt2.Show
theTime1.Forward
theTime2.Forward
WaitFrames 55
waitfortime 9000
txt2.Close
set txt1 = CreateTextWindow
txt1.Locate 0,0,400,120
txt1.Loadfile "Sun_ecl_w3.html"
txt1.Show
theTime1.Stop
theTime2.Stop
theTime1.step = 0.50000000000000E+000
theTime2.step = 0.50000000000000E+000
theTime1.Forward
theTime2.Forward
WaitFrames 120
set txt3 = CreateTextWindow
txt3.Locate 0,Screen.height-260,280,250
txt3.LoadFile "Sun_ecl_w4.html"
txt3.Show
pause 7000
txt3.Close
waitfortime 12000
txt1.Close
theTime1.Stop
theTime2.Stop
theTime1.step = 5.00000000000000E+000
theTime2.step = 5.00000000000000E+000
theTime1.Forward
theTime2.Forward
WaitFrames 70
theTime2.Stop
theTime1.Stop
' end recording